addAll

@JvmName(name = "addAllRoute")
fun DslList<Int, RouteDiscoveryKt.Dsl.RouteProxy>.addAll(values: Iterable<Int>)
The list of nodenums this packet has visited so far to the destination.

repeated fixed32 route = 1;

Parameters

values

The route to add.


@JvmName(name = "addAllSnrTowards")
fun DslList<Int, RouteDiscoveryKt.Dsl.SnrTowardsProxy>.addAll(values: Iterable<Int>)
The list of SNRs (in dB, scaled by 4) in the route towards the destination.

repeated int32 snr_towards = 2;

Parameters

values

The snrTowards to add.


@JvmName(name = "addAllRouteBack")
fun DslList<Int, RouteDiscoveryKt.Dsl.RouteBackProxy>.addAll(values: Iterable<Int>)
The list of nodenums the packet has visited on the way back from the destination.

repeated fixed32 route_back = 3;

Parameters

values

The routeBack to add.


@JvmName(name = "addAllSnrBack")
fun DslList<Int, RouteDiscoveryKt.Dsl.SnrBackProxy>.addAll(values: Iterable<Int>)
The list of SNRs (in dB, scaled by 4) in the route back from the destination.

repeated int32 snr_back = 4;

Parameters

values

The snrBack to add.